home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / enigma / earcd / utility / utilwb / kcntrll1.lha / kc-doc.english < prev    next >
Text File  |  1996-10-31  |  4KB  |  141 lines

  1.  
  2.                   Extended Software Development
  3.                   KernelController Version 1.0
  4.  
  5.  
  6. Installation
  7. ------------
  8.  
  9. The installation of this program is very easy. First, create a new directory
  10. for kc and give this dir the name "kc:" (with the CLI-command assign, e.g.
  11. "assign kc: work:kc"). Then the files kc and actualizer to "kc:".
  12. Now you can start kc.
  13.  
  14.  
  15. The WinBar
  16. ----------
  17.  
  18. If you want to use the WinBar only, you need not read the rest of this doc.
  19. Start KernelController with the option "winbar" (e.g. "kc:kc winbar").
  20. The program opens a new bar at the bottom of the WB-Screen with all opened
  21. windows. Click on the window you want to put into the front of the screen.
  22. If you want a menu with some commands hold the shift key down and click on
  23. the window you want.
  24. The command of the menu:
  25.  
  26. -Zip Window
  27. Maximises or minimises the window (like the gadget in the titlebar of the
  28. window)
  29.  
  30. -Win to back
  31. Puts the window into the background of the screen
  32.  
  33. -Close Window
  34. Closes the window
  35. WARNING!! This command kills the window, but not the task, this may corrupt
  36. your system!!!
  37.  
  38. -Kill Task
  39. Kills the task of the window
  40. WARNING!!! This command do not quit the task, it kills the task at any time,
  41. this may corrupt your system!!!
  42.  
  43.  
  44. If you want to start the WinBar in your Startup-Sequence, write in the
  45. Startup-Sequence BETWEEN "c:LoadWB" and "c:EndCLI":
  46.  
  47. wait 10 sec
  48. kc:kc winbar
  49.  
  50. This is the best position.
  51.  
  52.  
  53.  
  54. The Tasks-Window
  55. ----------------
  56.  
  57. This function opens a window with all waiting tasks of the system.
  58. You can chose a task and press "kill" to kill this task, BUT BE CAREFULL,
  59. it may corrupt your system!
  60. Start KernelController with the option "tasks" (e.g. "kc:kc tasks").
  61. If you only want to use this function, you need not read the rest of this
  62. doc.
  63.  
  64.  
  65.  
  66. The Commands
  67. ------------
  68.  
  69. After starting KernelController (e.g. "kc:kc") you see a new prompt like
  70. this:
  71.  
  72. Workbench Screen*AmigaShell#>
  73. \______  ______/|\___  ___/|
  74.        \/       |    \/    |
  75.     current     | current  `viewed if you are on the gadget level
  76.     screen      | window
  77.                 |
  78.                 `viewed if you are on the window level
  79.  
  80.  
  81. If there is no "*", you are on the screen-level, otherwise you are on the
  82. window-level, and a "#" shows that you are on the gadget-level.
  83.  
  84. The commands:
  85.  
  86. ?: shows all available commands
  87.  
  88. list: if you are on the screen-level it lists some data of the current
  89. screen, and all opened windows on this screen
  90.  
  91. enter: opens the next level (screen-level->window-level,
  92. window-level->gadget-level)
  93.  
  94. next: opens the next element on a level (on the screen-level the next
  95. screen, on the window-level the next window, on the gadget-level the next
  96. gadget)
  97.  
  98. core: opens the first element of the current level
  99.  
  100. edit: in this version you can only edit the position of the current gadget
  101. (if you are on the gadget-level)
  102.  
  103. back: opens the previous level (gadget-level->window-level,
  104. window-level->screen-level)
  105.  
  106. view: if you are on the gadget-level it shows the current gadget and opens
  107. an Info-Window with some date of the gadget
  108.  
  109. all: shows all opened Info-Windows (see command "view")
  110.  
  111. paint: if you are on the window-level you can paint in the current window
  112.  
  113. -move the cursor to the position and press SPACE to paint
  114. -press c to change the color
  115. -press s to save the changes (you can load this file with the command
  116. "load")
  117. -press q to quit
  118.  
  119. move: use to scroller-gadgets to move the current gadget (if you are on the
  120. gadget-level), or move the cursor to the new position of the gadget and press
  121. SPACE (you can hold down the key), press q to quit this command
  122.  
  123. close: closes all opened Info-Windows (see command "view")
  124.  
  125. delete: closes the current screen (with ALL windows), the current window or
  126. the current gadget
  127.  
  128. winbar: see "The WinBar"
  129.  
  130. tasks: see "The Tasks-Window"
  131.  
  132. quit: i think you know what it means
  133.  
  134.  
  135.  
  136. Please send your comments to:
  137.  
  138. civic@alpha.fact.rhein-ruhr.de
  139.  
  140.  
  141.